@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑"; font-size:14px;  color:#333333;}
dd{ margin:0; padding:0;}
body,html{ height:100%;}

li{ list-style:none;}
img{ display:block;}

ul,ol{list-style:none outside none;}

fieldset,img{border:0;} 
button,input,select,textarea {font-size:100%;} 


img,input,select,textarea,button{vertical-align:middle;}


a:link,a:visited{ text-decoration:none;}
a{ display:block;  cursor:pointer;}

/** 浮动 **/
.fl{float:left;}
.fr{float:right;}

/** 清除浮动 **/
.clear{clear:both;}



/** 文本居右 **/
.textrt{ text-align:right;}
/** 文本居中 **/
.textct{ text-align:center;}



/** 宽度1200px 居中效果 **/
.section{ margin:0 auto; width:1200px;}

.mar_top50{ margin-top:50px;}
.mar_top40{ margin-top:40px;}

.mar_bt30{ margin-bottom:30px;}

.mar_rt13{ margin-right:13px;}






.border_box{ border:1px solid #cccccc;}
.border_btn{ border-bottom:1px dashed #e0e0e0;}
.box{ border:1px solid red;}
